home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 November / Software of the Month - Ultimate Collection Shareware 278.iso / pc / Programs / Utility / WinGuardian / sysctrlnt._xe / 0 / RCDATA / TFORM13 / TFORM13.txt
Encoding:
Text File  |  1999-11-15  |  2.2 KB  |  110 lines

  1. object Form13: TForm13
  2.   Left = 388
  3.   Top = 326
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'Screen Shot Capturing Options'
  7.   ClientHeight = 109
  8.   ClientWidth = 311
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 62
  21.     Top = 10
  22.     Width = 231
  23.     Height = 13
  24.     Caption = 'Max. number of screen shot files (before rollover).'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clNavy
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 62
  34.     Top = 48
  35.     Width = 217
  36.     Height = 13
  37.     Caption = 'Interval between screen captures (in minutes).'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clNavy
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object SpinEdit1: TSpinEdit
  46.     Left = 5
  47.     Top = 6
  48.     Width = 49
  49.     Height = 22
  50.     Increment = 5
  51.     MaxValue = 10000
  52.     MinValue = 5
  53.     TabOrder = 0
  54.     Value = 225
  55.   end
  56.   object SpinEdit2: TSpinEdit
  57.     Left = 6
  58.     Top = 45
  59.     Width = 49
  60.     Height = 22
  61.     MaxValue = 5000
  62.     MinValue = 1
  63.     TabOrder = 1
  64.     Value = 15
  65.   end
  66.   object BitBtn1: TBitBtn
  67.     Left = 108
  68.     Top = 77
  69.     Width = 84
  70.     Height = 25
  71.     Caption = 'OK'
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clBlack
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     ParentFont = False
  78.     TabOrder = 2
  79.     OnClick = BitBtn1Click
  80.   end
  81.   object RadioButton1: TRadioButton
  82.     Left = -68
  83.     Top = 63
  84.     Width = 63
  85.     Height = 17
  86.     Caption = 'Seconds'
  87.     TabOrder = 3
  88.     Visible = False
  89.     OnClick = RadioButton1Click
  90.   end
  91.   object RadioButton2: TRadioButton
  92.     Left = -68
  93.     Top = 43
  94.     Width = 59
  95.     Height = 15
  96.     Caption = 'Minutes'
  97.     TabOrder = 4
  98.     Visible = False
  99.   end
  100.   object CheckBox1: TCheckBox
  101.     Left = 224
  102.     Top = 80
  103.     Width = 260
  104.     Height = 17
  105.     Caption = 'Gray Scale Screenshots (to conserve drive space) '
  106.     TabOrder = 5
  107.     Visible = False
  108.   end
  109. end
  110.